Python3Script Xojo Plugin

Python3XojoModule.Constructor Constructor (console safe)

A Constructor that constructs Python3XojoModule from name.

Constructor(
   name as String)

Parameters

name
Name of the module as Python sees it. This name does not have to be same as name of the module in Xojo and not even all of the methods need to come from same module in Xojo.

Remarks

See Also

Python3XojoModule Class